**Note:** When I plugged my headphones to the jack the speakers were still turned on. This was due to some alsa options. **Solution:** Add the following line to **/etc/modprobe.d/modprobe.conf**:

```
options snd-hda-intel model=sony-assamd

```

Also here's my alsa-info.sh output: [link[[1]](http://www.alsa-project.org/db/?f=87a0375da784b69f99081b708f4b1cc1c02479d7)]

	Needs some work

*   FN Keys (Volume)
    *   **Solution:** Use xev to map the keyodes. Then load them:

My .Xdefaults:

```
keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume
keycode 160 = XF86AudioMute
keycode 151 = XF86AudioPlay

```

*   A 1280x800 framebuffer (Needed for splashy, and I guess other boot splash managers)
    *   **Solution:** This guide: [Uvesafb](/index.php/Uvesafb "Uvesafb")

*   S1 and AV Mode Buttons (to the left of the power button) work weird. S1 prints keycode 101 but when triggered (mapped or not) it also triggers Brightness down in Gnome. AV Mode does nothing, however it prints some output to xev:

```
FocusOut event, serial 34, synthetic NO, window 0x3800001,
   mode NotifyGrab, detail NotifyAncestor

```

```
FocusIn event, serial 34, synthetic NO, window 0x3800001,
   mode NotifyUngrab, detail NotifyAncestor

```

```
KeymapNotify event, serial 34, synthetic NO, window 0x0,
   keys:  2   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
          0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0

```